From 0cabc0963227bc9b83e864b087ff0bef20bdbe6b Mon Sep 17 00:00:00 2001 From: "sd386@font.cl.cam.ac.uk" Date: Fri, 28 Jan 2005 17:31:35 +0000 Subject: [PATCH] bitkeeper revision 1.1159.170.103 (41fa76f7AyfHPooBzZbsn0ctSduSJg) Bugfixing in SEDF --- xen/common/sched_sedf.c | 1 + 1 file changed, 1 insertion(+) diff --git a/xen/common/sched_sedf.c b/xen/common/sched_sedf.c index 3c2913965d..10a12b674e 100644 --- a/xen/common/sched_sedf.c +++ b/xen/common/sched_sedf.c @@ -730,6 +730,7 @@ static int sedf_adjdom(struct domain *p, struct sched_adjdom_cmd *cmd) { } else { //time driven domains + DOM_INFO(p)->weight = 0; if(cmd->u.sedf.slice > cmd->u.sedf.period ) /* sanity checking! */ return -EINVAL; DOM_INFO(p)->period_orig = -- 2.30.2